home *** CD-ROM | disk | FTP | other *** search
- # List of script types and their associated scripting engines
- #
- # languageDescriptor = engineClass, ext1|ext2|... {, codebaseURL, ...}
- #
- # where exti are extensions for the language. Note that we leave
- # all the engines enabled now and allow them to fail at load time.
- # This way engines can be added by just adding to the classpath
- # without having to edit this file. Cheating, really, but it works.
- #
- javascript = com.ibm.bsf.engines.javascript.JavaScriptEngine, js
- jacl = com.ibm.bsf.engines.jacl.JaclEngine, jacl
- tcl = com.ibm.bsf.engines.tcl.TclEngine, tcl
- netrexx = com.ibm.bsf.engines.netrexx.NetRexxEngine, nrx
- java = com.ibm.bsf.engines.java.JavaEngine, java
- javaclass = com.ibm.bsf.engines.javaclass.JavaClassEngine, class
- bml = com.ibm.bsf.engines.bml.BMLEngine, bml
- vbscript = com.ibm.bsf.engines.activescript.ActiveScriptEngine, vbs
- jscript = com.ibm.bsf.engines.activescript.ActiveScriptEngine, jss
- perlscript = com.ibm.bsf.engines.activescript.ActiveScriptEngine, pls
- perl = com.ibm.bsf.engines.perl.PerlEngine, pl
- jpython = com.ibm.bsf.engines.jpython.JPythonEngine, py
- lotusxsl = com.ibm.bsf.engines.lotusxsl.LotusXSLEngine, xsl
- lotusscript = com.ibm.bsf.engines.lotusscript.LsEngine, lss
-